-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements #13048
Conversation
Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](microsoft/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
A newer version of deepspeed exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐰
This broke CI because DeepSpeed 0.6.5 produces the error described in #13177 (comment). And Dependabot is useless until the docker images are refreshed and used before merging the dependabot PRs, because the CI for this PR still used This change needs to be reverted. Will do it in #13177 |
@carmocca just saw the comment about Lite. Yes there must be change in the init wrapper logic in deepspeed that broke the getattr logic I wrote for the LiteModule. You can assign me to the issue. |
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](microsoft/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](microsoft/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](microsoft/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on deepspeed to permit the latest version.
Release notes
Sourced from deepspeed's releases.
Commits
673cb60
Improve z3 trace management (#1916)a3b9003
Fix time error (#1934)a8d26d6
[ZeRO-3] Rename confusing log message (#1932)89e37ef
spell err (#1929)af58f63
bf16 inference (#1917)96c8bf3
Enable DeepSpeed inference on ROCm (#1922)a160d95
explictly add op_builder to manifest (#1920)b7fc00d
lazy import fcntl (#1921)eae1889
bump to 0.6.4dda0336
bumped to v0.6.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)cc @Borda @carmocca @akihironitta